Home
last modified time | relevance | path

Searched defs:GetGas (Results 1 – 5 of 5) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Dsmoke.h46 cmaterial* GetGas() const { return Gas; } in GetGas() function
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/mobile/
H A Dethereum.go51 func (msg *CallMsg) GetGas() int64 { return int64(msg.msg.Gas) } func
H A Dtypes.go239 func (tx *Transaction) GetGas() int64 { return int64(tx.tx.Gas()) } func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/mobile/
H A Dethereum.go51 func (msg *CallMsg) GetGas() int64 { return int64(msg.msg.Gas) } func
H A Dtypes.go287 func (tx *Transaction) GetGas() int64 { return int64(tx.tx.Gas()) } func