v1TxError constructor
const
v1TxError({
- String? message,
- List<
v1RevertChainEntry> ? revertChain,
Implementation
const v1TxError({
this.message,
this.revertChain,
});