Type Alias MessagePostponed
MessagePostponed: PlainDescriptor<
{
payload: Binary;
reason: Enum<
{
BadFormat: undefined;
Corrupt: undefined;
Overweight: { proof_size: bigint; ref_time: bigint };
StackLimitReached: undefined;
Unsupported: undefined;
Yield: undefined;
},
>;
},
>
Message was not committed due to being overweight or the current block is full.