Documentation ¶
Index ¶
- func CadenceValueToInterface(field cadence.Value) interface{}
- func CadenceValueToJsonString(value cadence.Value) string
- func GetPublicKey(sigAlgo crypto.SignatureAlgorithm, privateKey string) crypto.PublicKey
- func GetReferenceBlockId(flowClient *client.Client) flow.Identifier
- func ServiceAccount(flowClient *client.Client, sigAlgo crypto.SignatureAlgorithm, ...) (flow.Address, *flow.AccountKey, crypto.Signer)
- func WaitForSeal(ctx context.Context, c *client.Client, id flow.Identifier) *flow.TransactionResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CadenceValueToInterface ¶
func GetPublicKey ¶
func GetPublicKey(sigAlgo crypto.SignatureAlgorithm, privateKey string) crypto.PublicKey
func GetReferenceBlockId ¶
func ServiceAccount ¶
func ServiceAccount(flowClient *client.Client, sigAlgo crypto.SignatureAlgorithm, hashAlgo crypto.HashAlgorithm, keyIndex int, address, privateKey string) (flow.Address, *flow.AccountKey, crypto.Signer)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.