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

Hierarchy (View Summary)

Properties

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