 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  var UnexpectedLedgerKeyFormat = fmt.Errorf("unexpected ledger key format")
    UnexpectedLedgerKeyFormat is returned when a ledger key is not in the expected format
Functions ¶
func LedgerKeyToRegisterID ¶
func LedgerKeyToRegisterID(key ledger.Key) (flow.RegisterID, error)
LedgerKeyToRegisterID converts a ledger key to a register id returns an UnexpectedLedgerKeyFormat error if the key is not in the expected format
func PayloadToRegister ¶ added in v0.33.1
func PayloadToRegister(payload *ledger.Payload) (flow.RegisterID, flow.RegisterValue, error)
PayloadToRegister converts a payload to a register id and value
func RegisterIDToLedgerKey ¶
func RegisterIDToLedgerKey(registerID flow.RegisterID) ledger.Key
RegisterIDToLedgerKey converts a register id to a ledger key
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.