Versions in this module Expand all Collapse all v0 v0.2.5 Mar 25, 2021 Changes in this version + type Actor struct + Balance decimal.Decimal + Code cid.Cid + Head cid.Cid + Nonce uint64 + type BeaconEntry struct + Data []byte + Round uint64 + type BlockHeader struct + BLSAggregate *crypto.Signature + BlockSig *crypto.Signature + ForkSignaling uint64 + Height int64 + Messages cid.Cid + Miner string + ParentBaseFee decimal.Decimal + ParentMessageReceipts cid.Cid + ParentStateRoot cid.Cid + ParentWeight decimal.Decimal + Parents []cid.Cid + Ticket *Ticket + Timestamp uint64 + type BlockMessages struct + BlsMessages []*Message + Cids []cid.Cid + SecpkMessages []*SignedMessage + type ExecutionTrace struct + Duration time.Duration + Error string + GasCharges []*GasTrace + Msg *Message + MsgRct *MessageReceipt + Subcalls []ExecutionTrace + type GasTrace struct + ComputeGas int64 + Extra interface{} + Location []Loc + Name string + StorageGas int64 + TimeTaken time.Duration + TotalGas int64 + TotalVirtualGas int64 + VirtualComputeGas int64 + VirtualStorageGas int64 + type HeadChange struct + Type string + Val *TipSet + type InvocResult struct + Duration time.Duration + Error string + ExecutionTrace ExecutionTrace + Msg *Message + MsgRct *MessageReceipt + type IpldObject struct + Cid cid.Cid + Obj interface{} + type KeyInfo struct + PrivateKey []byte + Type KeyType + type KeyType string + const KTBLS + const KTSecp256k1 + const KTSecp256k1Ledger + func (kt *KeyType) UnmarshalJSON(bb []byte) error + type Loc struct + File string + Function string + Line int + type Message struct + From address.Address + GasFeeCap decimal.Decimal + GasLimit int64 + GasPremium decimal.Decimal + Method uint64 + Nonce uint64 + Params []byte + To address.Address + Value decimal.Decimal + Version uint64 + func (m *Message) Caller() address.Address + func (m *Message) ChainLength() int + func (m *Message) Cid() cid.Cid + func (m *Message) MarshalJSON() ([]byte, error) + func (m *Message) Receiver() address.Address + func (m *Message) Serialize() ([]byte, error) + func (m *Message) ToStorageBlock() (block.Block, error) + func (m *Message) VMMessage() *Message + func (m *Message) ValueReceived() abi.TokenAmount + func (t *Message) MarshalCBOR(w io.Writer) error + type MessageReceipt struct + ExitCode int64 + GasUsed int64 + Return []byte + type MessageSendSpec struct + MaxFee decimal.Decimal + type MsgLookup struct + Height int64 + Message cid.Cid + Receipt MessageReceipt + ReturnDec interface{} + TipSet TipSetKey + type ObjStat struct + Links uint64 + Size uint64 + type RawMessage Message + type SignedMessage struct + Message *Message + Signature *crypto.Signature + type Ticket struct + VRFProof []byte + type TipSet struct + Blocks []*BlockHeader + Cids []cid.Cid + Height int64 + type TipSetKey []cid.Cid + type Version struct + APIVersion uint32 + BlockDelay uint64 + Version string