Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadString ¶
Takes path to a JSON and returns a string of the contents
Types ¶
type Setup ¶
type Setup struct { AddrTo string `json:"rpc-to"` AccountTo string `json:"account-to"` PasswordTo string `json:"password-to"` KeystoreTo string `json:"keystore-to"` AddrFrom string `json:"rpc-from"` AccountFrom string `json:"account-from"` PasswordFrom string `json:"password-from"` KeystoreFrom string `json:"keystore-from"` ChainId string `json:"validation-chainid"` Validation string `json:"validation-addr"` Ion string `json:"ion-addr"` Trigger string `json:"trigger-addr"` Function string `json:"function-addr"` }
Settings
Click to show internal directories.
Click to hide internal directories.