Documentation
¶
Index ¶
- Constants
- func AccountInfo(stub shim.ChaincodeStubInterface, addressBase58Check string) (string, error)
- func AdditionalKeyParent(stub shim.ChaincodeStubInterface, publicKeyBase58 string) (string, error)
- func Nonce(stub shim.ChaincodeStubInterface, addressBase58Check string) (string, error)
- func PublicKey(stub shim.ChaincodeStubInterface, addressBase58Check string) (string, error)
- func PublicKeyType(stub shim.ChaincodeStubInterface, publicKeysHashHex string) (string, error)
- func SignedAddress(stub shim.ChaincodeStubInterface, publicKeysHashHex string) (string, error)
Constants ¶
View Source
const ( PublicKeyPrefix = "pk" SignedAddressPrefix = "address" AccountInfoPrefix = "accountinfo" NoncePrefix = "nonce" AdditionalKeyParentPrefix = "additional_key_parent" PublicKeyTypePrefix = "pk_type" )
Variables ¶
This section is empty.
Functions ¶
func AccountInfo ¶
func AccountInfo(stub shim.ChaincodeStubInterface, addressBase58Check string) (string, error)
func AdditionalKeyParent ¶
func AdditionalKeyParent(stub shim.ChaincodeStubInterface, publicKeyBase58 string) (string, error)
func Nonce ¶
func Nonce(stub shim.ChaincodeStubInterface, addressBase58Check string) (string, error)
func PublicKey ¶
func PublicKey(stub shim.ChaincodeStubInterface, addressBase58Check string) (string, error)
func PublicKeyType ¶
func PublicKeyType(stub shim.ChaincodeStubInterface, publicKeysHashHex string) (string, error)
func SignedAddress ¶
func SignedAddress(stub shim.ChaincodeStubInterface, publicKeysHashHex string) (string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.