Documentation
¶
Index ¶
Constants ¶
View Source
const (
CHAIN_ID = 161027
)
Variables ¶
This section is empty.
Functions ¶
func CreateTransaction ¶
func CreateTransaction(nonce uint64, toAddressStr string, amount *big.Int, gasLimit uint64, gasPrice *big.Int) *types.Transaction
Create a transaction with no data payload
func SignTransaction ¶
func SignTransaction(mKeyStore *mkey.MarconiAccount, transaction *types.Transaction, password string) (*types.Transaction, error)
Sign a given transaction with the Marconi account
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.