Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintlnJSON ¶
func PrintlnJSON(data interface{}) error
Types ¶
type Settings ¶
type Settings struct { // API url to dialogue with a Katena network ApiUrl string // Katena network id ChainId string // Number of transactions the API should return TxPerPage int // Dummy company committed on chain Company *Company // Sample transaction ids used in examples // If one id is already used on the Katena test network, feel free to change these values in DefaultSettings below CertificateId string SecretId string KeyId string // Off chain samples data to do off chain operations OffChain *OffChain }
func DefaultSettings ¶
func DefaultSettings() *Settings
Click to show internal directories.
Click to hide internal directories.