 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var Methods = map[abi.MethodNum]builtin.MethodMeta{ 1: builtin.NewMethodMeta("Constructor", *new(func(*address.Address) *abi.EmptyValue)), 2: builtin.NewMethodMeta("PubkeyAddress", *new(func(*abi.EmptyValue) *address.Address)), builtin.MustGenerateFRCMethodNum("AuthenticateMessage"): builtin.NewMethodMeta("AuthenticateMessage", *new(func(*AuthenticateMessageParams) *typegen.CborBool)), }
Functions ¶
This section is empty.
Types ¶
type AuthenticateMessageParams ¶
func (*AuthenticateMessageParams) MarshalCBOR ¶
func (t *AuthenticateMessageParams) MarshalCBOR(w io.Writer) error
func (*AuthenticateMessageParams) UnmarshalCBOR ¶
func (t *AuthenticateMessageParams) UnmarshalCBOR(r io.Reader) (err error)
type StateSummary ¶
type StateSummary struct {
	PubKeyAddr address.Address
}
    func CheckStateInvariants ¶
func CheckStateInvariants(st *State, idAddr address.Address) (*StateSummary, *builtin.MessageAccumulator)
Checks internal invariants of account state.
 Click to show internal directories. 
   Click to hide internal directories.