RPCChannelAuthorize constructor
RPCChannelAuthorize({
- required String channelId,
- required String amount,
- String? secret,
- String? seed,
- String? seedHex,
- String? passphrase,
- XRPKeyAlgorithm? keyType,
- XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
Implementation
RPCChannelAuthorize({
required this.channelId,
required this.amount,
this.secret,
this.seed,
this.seedHex,
this.passphrase,
this.keyType,
XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated,
}) : super(ledgerIndex: ledgerIndex);