Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefautlKeyStoreFileAbsPath = "/Users/zhuliting/go/nch-sdk/config/keystore" DefaultKeyStorePasswd = "12345678" DefaultLiteClientRpcEndpoint = "http://127.0.0.1:1317" DefaultRPCEndpoint = "http://127.0.0.1:26657" DefaultChainID = "nch-chain" DefaultTxDefaultGas = uint64(200000) DefaultTxDefaultFeeAmount = int64(500000) )
Variables ¶
View Source
var ( KeyStoreFileAbsPath = DefautlKeyStoreFileAbsPath KeyStorePasswd = DefaultKeyStorePasswd LiteClientRpcEndpoint = DefaultLiteClientRpcEndpoint RPCEndpoint = DefaultRPCEndpoint ChainID = DefaultChainID TxDefaultGas = DefaultTxDefaultGas TxDefaultFeeAmount = DefaultTxDefaultFeeAmount )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.