Versions in this module Expand all Collapse all v2 v2.0.2 Jan 22, 2020 Changes in this version + type BalanceUpdates struct + Category string + Change string + Contract string + Cycle int + Delegate string + Kind string + Level int + type Block struct + ChainID string + Hash string + Header Header + Metadata Metadata + Operations [][]Operations + Protocol string + type BlockService struct + func NewBlockService(tzclient tzc.TezosClient) *BlockService + func (b *BlockService) Get(id interface{}) (Block, error) + func (b *BlockService) GetHead() (Block, error) + func (b *BlockService) IDToString(id interface{}) (string, error) + type Contents struct + Amount string + Balance string + Ballot string + Counter string + Delegate string + Destination string + Fee string + GasLimit string + Kind string + Level int + ManagerPublicKey string + Metadata *ContentsMetadata + Period int + Phk string + Proposal string + Proposals []string + Secret string + Source string + StorageLimit string + type ContentsMetadata struct + BalanceUpdates []BalanceUpdates + OperationResult *OperationResult + Slots []int + type Error struct + ID string + Kind string + type Header struct + Context string + Fitness []string + Level int + OperationsHash string + Predecessor string + Priority int + ProofOfWorkNonce string + Proto int + Signature string + Timestamp time.Time + ValidationPass int + type Level struct + Cycle int + CyclePosition int + ExpectedCommitment bool + Level int + LevelPosition int + VotingPeriod int + VotingPeriodPosition int + type MaxOperationListLength struct + MaxOp int + MaxSize int + type Metadata struct + Baker string + BalanceUpdates []BalanceUpdates + ConsumedGas string + Deactivated []string + Level Level + MaxBlockHeaderLength int + MaxOperationDataLength int + MaxOperationListLength []MaxOperationListLength + MaxOperationsTTL int + NextProtocol string + NonceHash interface{} + Protocol string + TestChainStatus TestChainStatus + VotingPeriodKind string + type OperationResult struct + ConsumedGas string + Errors []Error + Status string + type Operations struct + Branch string + ChainID string + Contents []Contents + Hash string + Protocol string + Signature string + type TestChainStatus struct + Status string + type TezosBlockService interface + Get func(id interface{}) (Block, error) + GetHead func() (Block, error) + IDToString func(id interface{}) (string, error) Other modules containing this package github.com/alex-dodich/go-tezos