Node Interaction
There are two types of interactions with the chain. One is the read method, which usually queries data on the chain and does not modify the state of the chain; the other is the write method, which is usually completed by sending transactions.
read
For details, see read
write
For details, see write