HistoryContent: {
    amount: number;
    created: string[];
    direction: HistoryDirection;
    fee?: number;
    mint?: string;
}

Type declaration

  • amount: number

    The amount of the transaction

  • created: string[]

    An array of token event ids created

  • direction: HistoryDirection

    The direction of the transaction, in = received, out = sent

  • Optionalfee?: number

    The fee paid

  • Optionalmint?: string

    The mint that was spent from