PoolTransaction constructor
PoolTransaction({
- String? amount,
- int? fee,
- String? fromAccountIndex,
- String? fromBJJ,
- String? fromHezEthereumAddress,
- String? id,
- String? info,
- int? nonce,
- String? requestAmount,
- int? requestFee,
- String? requestFromAccountIndex,
- String? requestNonce,
- String? requestToAccountIndex,
- String? requestToBJJ,
- String? requestToHezEthereumAddress,
- String? requestTokenId,
- String? signature,
- String? state,
- String? timestamp,
- String? toAccountIndex,
- String? toBjj,
- String? toHezEthereumAddress,
- Token? token,
- String? type,
Implementation
PoolTransaction(
{this.amount,
this.fee,
this.fromAccountIndex,
this.fromBJJ,
this.fromHezEthereumAddress,
this.id,
this.info,
this.nonce,
this.requestAmount,
this.requestFee,
this.requestFromAccountIndex,
this.requestNonce,
this.requestToAccountIndex,
this.requestToBJJ,
this.requestToHezEthereumAddress,
this.requestTokenId,
this.signature,
this.state,
this.timestamp,
this.toAccountIndex,
this.toBjj,
this.toHezEthereumAddress,
this.token,
this.type});