Documentation
    Preparing search index...

    Interface SerializeTransactionOptions

    interface SerializeTransactionOptions {
        client?: ClientWithCoreApi;
        onlyTransactionKind?: boolean;
        supportedIntents?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    client?: ClientWithCoreApi
    onlyTransactionKind?: boolean
    supportedIntents?: string[]