@sentio/sdk
    Preparing search index...

    Interface TransactionFilter

    interface TransactionFilter {
        fromAndToAddress?: { from: string; to: string };
        includeFailed?: boolean;
        publicKeyPrefix?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fromAndToAddress?: { from: string; to: string }
    includeFailed?: boolean
    publicKeyPrefix?: string