UNPKG
@bitgo-forks/avalanchejs
Version:
latest (4.1.0-alpha.1)
master (4.1.0-alpha.3)
4.1.0-alpha.3
4.1.0-alpha.2
4.1.0-alpha.1
Avalanche Platform JS Library
github.com/BitGo/avalanchejs
BitGo/avalanchejs
@bitgo-forks/avalanchejs
/
dist
/
serializable
/
evm
/
abstractTx.d.ts
8 lines
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Transaction
}
from
'../../vms/common/transaction'
;
import
type
{
Id
}
from
'../fxs/common'
;
export
declare
abstract
class
EVMTx
extends
Transaction
{
abstract
blockchainId
:
Id
;
vm
:
"EVM"
;
getBlockchainId
:
() =>
string
; }
//# sourceMappingURL=abstractTx.d.ts.map