Left Curve Software Stack
    Preparing search index...

    Type Alias IndexedTransferEvent

    type IndexedTransferEvent = {
        amount: string;
        blockHeight: number;
        createdAt: string;
        denom: string;
        fromAddress: Address;
        id: UID;
        toAddress: Address;
        txHash: Hex;
    }
    Index

    Properties

    amount: string
    blockHeight: number
    createdAt: string
    denom: string
    fromAddress: Address
    id: UID
    toAddress: Address
    txHash: Hex