public MsgSetViewingKey(
SetViewingKeyRequest msg,
string contractAddress,
string codeHash,
string sender,
Coin[] sentFunds
)
Public Sub New ( _
msg As SetViewingKeyRequest, _
contractAddress As String, _
codeHash As String, _
sender As String, _
sentFunds As Coin() _
)
public:
MsgSetViewingKey(
SetViewingKeyRequest^ msg,
String^ contractAddress,
String^ codeHash,
String^ sender,
array<Coin^>^ sentFunds
)