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