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