Transaction constructor
Transaction({
- String? id,
- String? type,
- String? fromAccountIndex,
- String? toAccountIndex,
- String? toEthereumAddress,
- String? toBjj,
- int? tokenId,
- String? amount,
- int? fee,
- int? nonce,
- String? state,
- String? signature,
- String? timestamp,
- int? batchNum,
- String? rqFromAccountIndex,
- String? rqToAccountIndex,
- String? rqToEthereumAddress,
- String? rqToBJJ,
- int? rqTokenId,
- String? rqAmount,
- int? rqFee,
- int? rqNonce,
- String? tokenSymbol,
Implementation
Transaction(
{this.id,
this.type,
this.fromAccountIndex,
this.toAccountIndex,
this.toEthereumAddress,
this.toBjj,
this.tokenId,
this.amount,
this.fee,
this.nonce,
this.state,
this.signature,
this.timestamp,
this.batchNum,
this.rqFromAccountIndex,
this.rqToAccountIndex,
this.rqToEthereumAddress,
this.rqToBJJ,
this.rqTokenId,
this.rqAmount,
this.rqFee,
this.rqNonce,
this.tokenSymbol});