UNPKG

@polygon-hermez/vm

Version:
8 lines (7 loc) 201 B
/// <reference types="bn.js" /> import { Address, BN } from 'ethereumjs-util'; export default class TxContext { gasPrice: BN; origin: Address; constructor(gasPrice: BN, origin: Address); }