EvmTransactionReceipt: {
    effectiveGasPrice: Amount;
    error?: string;
    fee: Amount;
    gasUsed: Amount;
    status: TransactionStatus;
}

Type declaration

Generated using TypeDoc