UNPKG

@bajetech/astrax-api

Version:

Utility functions to interact with AstraX web extension

4 lines (3 loc) 237 B
export declare const requestPublicKey: () => Promise<string>; export declare const submitTransaction: (transactionXdr: string, network?: string | undefined) => Promise<string>; export declare const requestNetwork: () => Promise<string>;