Documentation ¶
Index ¶
- func CheckHashedWitness(ic *interop.Context, hash util.Uint160) (bool, error)
- func CheckKeyedWitness(ic *interop.Context, key *keys.PublicKey) (bool, error)
- func CheckWitness(ic *interop.Context) error
- func GasLeft(ic *interop.Context) error
- func GetInvocationCounter(ic *interop.Context) error
- func GetNotifications(ic *interop.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckHashedWitness ¶
CheckHashedWitness checks given hash against current list of script hashes for verifying in the interop context.
func CheckKeyedWitness ¶
CheckKeyedWitness checks hash of signature check contract with a given public key against current list of script hashes for verifying in the interop context.
func GetInvocationCounter ¶
GetInvocationCounter returns how many times current contract was invoked during current tx execution.
func GetNotifications ¶
GetNotifications returns notifications emitted by current contract execution.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.