Type Alias XcmResendAttempt
XcmResendAttempt: PlainDescriptor<
{
query_id: bigint;
send_error?: Enum<
{
DestinationUnsupported: undefined;
ExceedsMaxMessageSize: undefined;
Fees: undefined;
MissingArgument: undefined;
NotApplicable: undefined;
Transport: undefined;
Unroutable: undefined;
},
>;
},
>
A XCM message has been resent.