Skip to content

Commit

Permalink
refactor(sdk): Refactor ParaToPara and ParaToRelay transfer function 🧑‍💻
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldev5 committed Nov 25, 2024
1 parent 8b4def4 commit 81d4451
Show file tree
Hide file tree
Showing 22 changed files with 2,068 additions and 920 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/api/IPolkadotApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import type { TApiOrUrl } from '../types/TApi'
export interface IPolkadotApi<TApi, TRes> {
setApi(api?: TApiOrUrl<TApi>): void
getApi(): TApi
getApiOrUrl(): TApiOrUrl<TApi> | undefined
init(node: TNodeWithRelayChains): Promise<void>
createApiInstance: (wsUrl: string) => Promise<TApi>
createAccountId(address: string): THexString
Expand Down
Loading

0 comments on commit 81d4451

Please sign in to comment.