Documentation
    Preparing search index...

    Interface SerializeTransactionOptions

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

    Hierarchy (View Summary)

    Index

    Properties

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