AppleSauce
    Preparing search index...
    type HistoryContent = {
        amount: number;
        created: string[];
        direction: HistoryDirection;
        fee?: number;
        mint?: string;
    }
    Index

    Properties

    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

    fee?: number

    The fee paid

    mint?: string

    The mint that was spent from