fromAny static method
Implementation
static PeriodicVestingAccount fromAny(Any any) {
final account = vesting.PeriodicVestingAccount.fromBuffer(any.value);
return PeriodicVestingAccount(account);
}
static PeriodicVestingAccount fromAny(Any any) {
final account = vesting.PeriodicVestingAccount.fromBuffer(any.value);
return PeriodicVestingAccount(account);
}