Documentation
¶
Index ¶
- func CommitChain(c *Chain, name string) error
- func CommitEntry(e *Entry, name string) error
- func ECBalance(key string) (int64, error)
- func FctBalance(key string) (int64, error)
- func GenerateEntryCreditAddress(name string) (string, error)
- func GenerateEntryCreditAddressFromHumanReadablePrivateKey(name string, privateKey string) (string, error)
- func GenerateEntryCreditAddressFromPrivateKey(name string, privateKey string) (string, error)
- func GenerateFactoidAddress(name string) (string, error)
- func GenerateFactoidAddressFromHumanReadablePrivateKey(name string, privateKey string) (string, error)
- func GenerateFactoidAddressFromMnemonic(name string, mnemonic string) (string, error)
- func GenerateFactoidAddressFromPrivateKey(name string, privateKey string) (string, error)
- func GetDBlockHeight() (int, error)
- func GetRaw(keymr string) ([]byte, error)
- func RevealChain(c *Chain) error
- func RevealEntry(e *Entry) error
- func SetServer(s string)
- type Chain
- type ChainHead
- type DBlock
- type DBlockHead
- type Data
- type EBEntry
- type EBlock
- type Entry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommitChain ¶
CommitChain sends the signed ChainID, the Entry Hash, and the Entry Credit public key to the factom network. Once the payment is verified and the network is commited to publishing the Chain it may be published by revealing the First Entry in the Chain.
func CommitEntry ¶
CommitEntry sends the signed Entry Hash and the Entry Credit public key to the factom network. Once the payment is verified and the network is commited to publishing the Entry it may be published with a call to RevealEntry.
func FctBalance ¶
func GenerateFactoidAddress ¶
func GetDBlockHeight ¶
func RevealChain ¶
func RevealEntry ¶
Types ¶
type DBlock ¶
type DBlockHead ¶
type DBlockHead struct {
KeyMR string
}
func GetDBlockHead ¶
func GetDBlockHead() (*DBlockHead, error)
type EBlock ¶
Click to show internal directories.
Click to hide internal directories.