UNPKG

aion-gql-webcomponents

Version:
11 lines (10 loc) 225 B
export class TxnResponse { constructor() { this.status = ''; this.msgHash = ''; this.txHash = ''; this.txResult = ''; this.txDeploy = ''; this.error = ''; } }