Class AssociatedKey
public key allowed to provide signatures on deploys for the account
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class AssociatedKey
Properties
| Edit this page View SourceAccountHash
Hash derived from the public key
Declaration
[JsonPropertyName("account_hash")]
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public AccountHashKey AccountHash { get; init; }
Property Value
| Type | Description |
|---|---|
| AccountHashKey |
Weight
Weight of the associated key
Declaration
[JsonPropertyName("weight")]
public uint Weight { get; init; }
Property Value
| Type | Description |
|---|---|
| uint |