SignOptions constructor
SignOptions({
- required Keypair signer,
- SuiClient? client,
- TxResolutionClient? resolutionClient,
- bool onlyTransactionKind = false,
- dynamic protocolConfig,
- Limits limits,
Implementation
SignOptions({
required this.signer,
super.client,
super.resolutionClient,
super.onlyTransactionKind,
super.protocolConfig,
super.limits,
});