RSSAmplifier

Notes Drawer · Jul 8, 2021

Solidity's msg object

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

What is the Message object in solidity? msg / The message object is a global variable that holds data which will be important for access to the blockchain. Quick Summary #msg.data (bytes) #msg.sender (address) #msg.sig (bytes4) #msg.value (uint) msg....

Read on atayebali.hashnode.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.