BaseAccount defines a base account type. It contains all the necessary fields for basic account functionality. Any custom account type should extend this type for additional functionality (e.g. vesting).

from message cosmos.auth.v1beta1.BaseAccount

Hierarchy

Constructors

Properties

accountNumber: bigint = protoInt64.zero

from field: uint64 account_number = 3;

address: string = ""

from field: string address = 1;

pubKey?: Any

from field: google.protobuf.Any pub_key = 2;

sequence: bigint = protoInt64.zero

from field: uint64 sequence = 4;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.auth.v1beta1.BaseAccount" = "cosmos.auth.v1beta1.BaseAccount"

Methods