Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoTezos ¶
type GoTezos struct {
Client tzc.TezosClient
Constants network.Constants
Block block.TezosBlockService
Snapshot snapshot.TezosSnapshotService
Cycle cycle.TezosCycleService
Account account.TezosAccountService
Delegate delegate.TezosDelegateService
Network network.TezosNetworkService
Operation operations.TezosOperationsService
Contract contracts.TezosContractsService
Node node.TezosNodeService
}
GoTezos is the driver of the library, it inludes the several RPC services like Block, SnapSHot, Cycle, Account, Delegate, Operations, Contract, and Network
func NewGoTezos ¶
NewGoTezos is a constructor that returns a GoTezos object
Click to show internal directories.
Click to hide internal directories.