Documentation ¶
Index ¶
- func AbiCoder(argTypes []string, argValues []interface{}) ([]byte, error)
- func AbiCoderHex(argTypes []string, argValues []interface{}) (string, error)
- func AbiDecoder(argTypes []string, input []byte, argValues []interface{}) error
- func AbiDecoderWithReturnedValues(argTypes []string, input []byte) ([]interface{}, error)
- func CreateThreshold(skBytes []byte, operators []*Operator) (map[uint64]*Share, error)
- type KeystoreShareInfo
- type Operator
- type Share
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AbiCoderHex ¶
func AbiDecoder ¶
Types ¶
type KeystoreShareInfo ¶
type KeystoreShareInfo struct { // contains filtered or unexported fields }
func EncryptShares ¶
func EncryptShares(skBytes []byte, operators []*Operator) ([]*KeystoreShareInfo, error)
Click to show internal directories.
Click to hide internal directories.