package
Version:
v0.0.0-...-bba364d
Opens a new window with list of versions in this module.
Published: Oct 11, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
PostTransfer - Post Magacoin transfer amount
type Account struct {
Records []struct {
Balance int64 `json:"balance"`
} `json:"records"`
}
Account : aa
GetBalance - Get Magacoin account balance
type Transfer struct {
PrivateKey string `json:"private_key"`
TargetAccount int `json:"target_account"`
Amount int64 `json:"amount"`
}
Transfer : aa
Source Files
¶
Click to show internal directories.
Click to hide internal directories.