mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Unregister BaseAccount
This commit is contained in:
parent
feb33aec3d
commit
0a2f72f493
@ -1,10 +1,8 @@
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
import { Message } from "protobufjs";
|
||||
|
||||
import { cosmosField, registered } from "./decorator";
|
||||
import { defaultRegistry } from "./msgs";
|
||||
import { cosmosField } from "./decorator";
|
||||
|
||||
@registered(defaultRegistry, "/cosmos.auth.BaseAccount")
|
||||
export class BaseAccount extends Message {
|
||||
@cosmosField.bytes(1)
|
||||
public readonly address?: Uint8Array;
|
||||
|
Loading…
x
Reference in New Issue
Block a user