Class RenameWalletRequest
APIV1POSTWalletRenameRequest is the request for POST /v1/wallet/rename
Inheritance
object
RenameWalletRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.KMD
Assembly: Algorand.dll
Syntax
public class RenameWalletRequest
Properties
| Improve this Doc View SourceWallet_id
Declaration
[JsonProperty("wallet_id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_id { get; set; }
Property Value
Type | Description |
---|---|
string |
Wallet_name
Declaration
[JsonProperty("wallet_name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_name { get; set; }
Property Value
Type | Description |
---|---|
string |
Wallet_password
Declaration
[JsonProperty("wallet_password", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_password { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Improve this Doc View SourceFromJson(string)
Declaration
public static RenameWalletRequest FromJson(string data)
Parameters
Type | Name | Description |
---|---|---|
string | data |
Returns
Type | Description |
---|---|
RenameWalletRequest |
ToJson()
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
string |