DelayedVestingAccount: {
    decode(input: Uint8Array | Reader, length?: number): DelayedVestingAccount;
    encode(message: DelayedVestingAccount, writer?: Writer): Writer;
    fromJSON(object: any): DelayedVestingAccount;
    fromPartial<I>(object: I): DelayedVestingAccount;
    toJSON(message: DelayedVestingAccount): unknown;
}

Type declaration

Generated using TypeDoc