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

    Type Alias Transaction

    type Transaction = {
        address: bigint;
        description: TransactionDescription;
        endStatus: AccountStatus;
        hash: () => Buffer;
        inMessage?: Maybe<Message>;
        lt: bigint;
        now: number;
        oldStatus: AccountStatus;
        outMessages: Dictionary<number, Message>;
        outMessagesCount: number;
        prevTransactionHash: bigint;
        prevTransactionLt: bigint;
        raw: Cell;
        stateUpdate: HashUpdate;
        totalFees: CurrencyCollection;
    }
    Index

    Properties

    address: bigint
    endStatus: AccountStatus
    hash: () => Buffer
    inMessage?: Maybe<Message>
    lt: bigint
    now: number
    oldStatus: AccountStatus
    outMessages: Dictionary<number, Message>
    outMessagesCount: number
    prevTransactionHash: bigint
    prevTransactionLt: bigint
    raw: Cell
    stateUpdate: HashUpdate