TON SDK Documentation - v15.3.1duck0.0.3
    Preparing search index...

    Type Alias CommonMessageInfoExternalIn

    type CommonMessageInfoExternalIn = {
        dest: Address;
        importFee: bigint;
        src?: Maybe<ExternalAddress>;
        type: "external-in";
    }
    Index

    Properties

    Properties

    dest: Address
    importFee: bigint
    src?: Maybe<ExternalAddress>
    type: "external-in"