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

Hierarchy (view full)

Properties

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