Documentation
      ¶
    
    
  
    
  
    Index ¶
- func FromBase64(bytesStr string) ([]byte, error)
 - func FromUint[U uint | uint64 | uint32](number U) string
 - func SelectFilter(object interface{}, selectKeys []string) (interface{}, error)
 - func ToBase64(byteValue []byte) string
 - func ToInt(intStr string) (int, error)
 - func ToUint32(uint32Str string) (uint32, error)
 - func ToUint64(uint64Str string) (uint64, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromBase64 ¶
FromBase64 convert input base64 encoded string to decoded bytes
func SelectFilter ¶
SelectFilter selects the specified keys from the given object. The keys are in the json dot notation and must refer to leaf elements e.g. payload.collection_guarantees.signer_ids
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.