Class DeleteMultisigRequest
APIV1DELETEMultisigRequest is the request for DELETE /v1/multisig
Inheritance
DeleteMultisigRequest
Assembly: Algorand.dll
Syntax
public class DeleteMultisigRequest
Properties
|
Edit this page
View Source
Address
Declaration
[JsonProperty("address", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Address { get; set; }
Property Value
|
Edit this page
View Source
Wallet_handle_token
Declaration
[JsonProperty("wallet_handle_token", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_handle_token { get; set; }
Property Value
|
Edit this page
View Source
Wallet_password
Declaration
[JsonProperty("wallet_password", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Wallet_password { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromJson(string)
Declaration
public static DeleteMultisigRequest FromJson(string data)
Parameters
| Type |
Name |
Description |
| string |
data |
|
Returns
|
Edit this page
View Source
ToJson()
Declaration
Returns