Send tokens
This commit is contained in:
@@ -126,4 +126,16 @@ namespace Managing.Infrastructure.Evm.Models.Proxy
|
||||
Error = error;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Response for token sending operations
|
||||
/// </summary>
|
||||
public class Web3ProxyTokenSendResponse : Web3ProxyResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// Transaction hash if successful
|
||||
/// </summary>
|
||||
[JsonPropertyName("hash")]
|
||||
public string Hash { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user