GlobalVariables
Classes that describe Solidity global variables
These classes describe global variables, such as msg.sender and block.timestamp, in the glider.
MsgData| Base:GlobalVariabe| object that representsmsg.dataMsgGas| Base:GlobalVariable| object that representsmsg.gasMsgSender| Base:GlobalVariable| object that representsmsg.senderMsgSig| Base:GlobalVariable| object that representsmsg.sigMsgValue| Base:GlobalVariable| object that representsmsg.valueNow| Base:GlobalVariable| object that representsnowTxGasprice| Base:GlobalVariable| object that representstx.gaspriceTxOrigin| Base:GlobalVariable| object that representstx.originGlobalVariable| Base: Object
Last updated