Class Body21
Request payload for creating or fetching a Solana wallet by label.
public class Body21
- Inheritance
-
Body21
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Label
Unique label to identify the wallet. Used for retrieval and management.
[JsonProperty("label", Required = Required.Always)]
[Required]
public string Label { get; set; }