Type alias CommonMessageInfoRelaxedExternalOut
CommonMessageInfoRelaxedExternalOut: { createdAt: number; createdLt: bigint; dest?: Maybe<ExternalAddress>; src?: Maybe<Address>; type: "external-out"; } Type declaration
createdAt: number
createdLt: bigint
Optional
src?: Maybe<Address>
type: "external-out"