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

    Type Alias CommonMessageInfoRelaxedInternal

    type CommonMessageInfoRelaxedInternal = {
        bounce: boolean;
        bounced: boolean;
        createdAt: number;
        createdLt: bigint;
        dest: Address;
        forwardFee: bigint;
        ihrDisabled: boolean;
        ihrFee: bigint;
        src?: Maybe<Address>;
        type: "internal";
        value: CurrencyCollection;
    }
    Index

    Properties

    bounce: boolean
    bounced: boolean
    createdAt: number
    createdLt: bigint
    dest: Address
    forwardFee: bigint
    ihrDisabled: boolean
    ihrFee: bigint
    src?: Maybe<Address>
    type: "internal"