Type alias CommonMessageInfoExternalOut

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

Type declaration

Generated using TypeDoc