/// autogenerated by protoc-plugin-js import type { AccountType } from './AccountType' export * from './Account/encode.js' export * from './Account/decode.js' export type Account = { id: string owner: string balance: string asset: string marketId: string type: AccountType }