You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rpc UpdateOptInStatus (MsgUpdateOptInStatus) returns (MsgUpdateOptInStatus);
message MsgUpdateOptInStatus {
option (cosmos.msg.v1.signer) = "creator";
// creator is the bech32-encoded address of the sequencer account which is the account that the message was sent from.
string creator = 1;
// OptedIn : the new value
bool opted_in = 2;
}
message MsgUpdateOptInStatusResponse {}
wrong return type
GPT found it lol
The text was updated successfully, but these errors were encountered:
wrong return type
GPT found it lol
The text was updated successfully, but these errors were encountered: