Casper.Network.SDK
Show / Hide Table of Contents

Class AssociatedKey

public key allowed to provide signatures on deploys for the account

Inheritance
object
AssociatedKey
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class AssociatedKey

Properties

| Edit this page View Source

AccountHash

Hash derived from the public key

Declaration
[JsonPropertyName("account_hash")]
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public AccountHashKey AccountHash { get; init; }
Property Value
Type Description
AccountHashKey
| Edit this page View Source

Weight

Weight of the associated key

Declaration
[JsonPropertyName("weight")]
public uint Weight { get; init; }
Property Value
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC