MsgServiceBase constructor
MsgServiceBase()
Implementation
MsgServiceBase() {
$addMethod($grpc.ServiceMethod<$45.MsgCreateVestingAccount, $45.MsgCreateVestingAccountResponse>(
'CreateVestingAccount',
createVestingAccount_Pre,
false,
false,
($core.List<$core.int> value) => $45.MsgCreateVestingAccount.fromBuffer(value),
($45.MsgCreateVestingAccountResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$45.MsgCreatePermanentLockedAccount, $45.MsgCreatePermanentLockedAccountResponse>(
'CreatePermanentLockedAccount',
createPermanentLockedAccount_Pre,
false,
false,
($core.List<$core.int> value) => $45.MsgCreatePermanentLockedAccount.fromBuffer(value),
($45.MsgCreatePermanentLockedAccountResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$45.MsgCreatePeriodicVestingAccount, $45.MsgCreatePeriodicVestingAccountResponse>(
'CreatePeriodicVestingAccount',
createPeriodicVestingAccount_Pre,
false,
false,
($core.List<$core.int> value) => $45.MsgCreatePeriodicVestingAccount.fromBuffer(value),
($45.MsgCreatePeriodicVestingAccountResponse value) => value.writeToBuffer()));
}