Versions in this module Expand all Collapse all v0 v0.0.3 Mar 11, 2020 v0.0.2 Mar 11, 2020 Changes in this version + func SovrinPool(which string) io.Reader v0.0.1 Mar 11, 2020 Changes in this version + type Block struct + Txn Txn + TxnMetadata TxnMetadata + Ver int + type DataDest struct + Data json.RawMessage + Dest string + type Did struct + Id string + Method string + func DidParse(didStr string) (*Did, error) + type LedgerId int + const DomainLedger + const PoolLedger + type Pool struct + Validators []Validator + func NewPool(genesis io.Reader) (*Pool, error) + func (p *Pool) GetTransaction(ledger LedgerId, seqNo int) (*Reply, error) + type Reply struct + Identifier string + Op string + ReqId seqNo + Result json.RawMessage + type Txn struct + Data DataDest + Metadata map[string]string + Type protoId + type TxnData struct + Data string + Dest string + type TxnMetadata struct + SeqNo int + TxnId string + type TxnNode struct + Alias string + ClientIP string + ClientPort string + type Validator struct + Address string + Alias string + VerKey string