{"version":3,"sources":["../../../src/common/types/subaccountTypes.ts"],"sourcesContent":["import { Bytes } from './bytes';\n\nexport type SubaccountBytes32 = Bytes;\n\nexport type SubaccountNameBytes12 = Bytes;\n\nexport interface Subaccount {\n  subaccountOwner: string;\n  /**\n   * If the subaccount is not a valid UTF-8 string, it will be the hex representation of the bytes\n   */\n  subaccountName: string;\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}