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