Documentation
    Preparing search index...

    Type Alias Transaction

    Transaction information for lending operations

    type Transaction = {
        coinChanges: { amount: string; symbol: string }[];
        digest: string;
        status: string;
        timestamp: string;
        type: string;
    }
    Index

    Properties

    coinChanges: { amount: string; symbol: string }[]

    Changes in coin balances

    Type declaration

    • amount: string

      Amount changed

    • symbol: string

      Coin symbol

    digest: string

    Transaction digest

    status: string

    Transaction status

    timestamp: string

    Transaction timestamp

    type: string

    Transaction type