pub fn register_gateway<T: Config>(
    gateway_id: [u8; 4],
    token_id: u32,
    verification_vendor: GatewayVendor,
    execution_vendor: ExecutionVendor,
    codec: Codec,
    registrant: Option<T::AccountId>,
    escrow_account: Option<T::AccountId>,
    allowed_side_effects: Vec<([u8; 4], Option<u8>)>,
    token_props: TokenInfo,
    encoded_registration_data: Bytes
)
Expand description

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::register_gateway.