TransactionStatusResponse constructor
TransactionStatusResponse(
- String? id,
- String? blockId,
- int? version,
- int type,
- int? typeGroup,
- String amount,
- String fee,
- String sender,
- String senderPublicKey,
- String recipient,
- String? signature,
- String? signSignature,
- List<
String> ? signatures, - String? vendorField,
- Map<
String, dynamic> ? asset, - int confirmations,
- Timestamp? timestamp,
- String? nonce,
Implementation
TransactionStatusResponse(
this.id,
this.blockId,
this.version,
this.type,
this.typeGroup,
this.amount,
this.fee,
this.sender,
this.senderPublicKey,
this.recipient,
this.signature,
this.signSignature,
this.signatures,
this.vendorField,
this.asset,
this.confirmations,
this.timestamp,
this.nonce,
);