Package genlayer.std.msg#

Warning

This is an internal module

class genlayer.std.msg.MessageRawType[source]#
chain_id: u256#

Current chain ID

contract_address: Address#

Address of current Intelligent Contract

datetime: str#

Transaction datetime. For #get-schema it can be some predefined datetime

is_init: bool#

True iff it is a deployment

origin_address: Address#

Entire transaction initiator

sender_address: Address#

Address of this call initiator

stack: list[Address]#

Stack of view method calls, excluding last (contract_address)