MessageQueued: PlainDescriptor<
{
message: {
commands: Enum<
{
CallContract: {
calldata: Binary;
gas: bigint;
target: FixedSizeBinary<20>;
value: bigint;
};
MintForeignToken: {
amount: bigint;
recipient: FixedSizeBinary<20>;
token_id: FixedSizeBinary<32>;
};
RegisterForeignToken: {
decimals: number;
name: Binary;
symbol: Binary;
token_id: FixedSizeBinary<32>;
};
SetOperatingMode: {
mode: Enum<
{ Normal: undefined; RejectingOutboundMessages: undefined },
>;
};
UnlockNativeToken: {
amount: bigint;
recipient: FixedSizeBinary<20>;
token: FixedSizeBinary<20>;
};
Upgrade: {
impl_address: FixedSizeBinary<20>;
impl_code_hash: FixedSizeBinary<32>;
initializer: { maximum_required_gas: bigint; params: Binary };
};
},
>[];
fee: bigint;
id: FixedSizeBinary<32>;
origin: FixedSizeBinary<32>;
};
},
>
Message has been queued and will be processed in the future