Casper.Network.SDK
Show / Hide Table of Contents

Class AssociatedKey

public key allowed to provide signatures on deploys for the account

Inheritance
System.Object
AssociatedKey
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class AssociatedKey : object

Properties

AccountHash

Hash derived from the public key

Declaration
public AccountHashKey AccountHash { get; set; }
Property Value
Type Description
AccountHashKey

Weight

Weight of the associated key

Declaration
public uint Weight { get; set; }
Property Value
Type Description
System.UInt32
In This Article
Back to top Maintained by MAKE Technology LLC