Skip to content
Show file tree
Hide file tree
Showing 10 changed files with 920 additions and 512 deletions.
10 changes: 9 additions & 1 deletion packages/mock-account-service-lib/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
export { Peering, Account, Config, Webhook, WebhookEventType } from './types'
export {
Peering,
Account,
Config,
Webhook,
WebhookEventType,
Fee,
SeedInstance
} from './types'

export { AccountProvider } from './account-provider'
export { setupFromSeed } from './seed'
4 changes: 2 additions & 2 deletions packages/mock-account-service-lib/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ export interface Account {
skipWalletAddressCreation?: boolean
}

interface Fee {
export interface Fee {
fixed: number
basisPoints: number
asset: string
scale: number
}

interface SeedInstance {
export interface SeedInstance {
assets: Array<Asset>
peeringAsset: string
peers: Array<Peering>
Expand Down
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d76382

Please sign in to comment.