mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Expose SigningData/Callback types
This commit is contained in:
parent
fda2df453f
commit
28a85a5e6e
@ -50,7 +50,7 @@ export interface SigningCallback {
|
||||
(signBytes: Uint8Array): Promise<StdSignature>;
|
||||
}
|
||||
|
||||
interface SigningData {
|
||||
export interface SigningData {
|
||||
readonly senderAddress: string;
|
||||
readonly signCallback: SigningCallback;
|
||||
}
|
||||
|
@ -15,6 +15,8 @@ export {
|
||||
SearchByIdQuery,
|
||||
SearchBySentFromOrToQuery,
|
||||
SearchTxQuery,
|
||||
SigningCallback,
|
||||
SigningData,
|
||||
} from "./cosmwasmclient";
|
||||
export { makeCosmoshubPath, Pen, PrehashType, Secp256k1Pen } from "./pen";
|
||||
export {
|
||||
|
Loading…
x
Reference in New Issue
Block a user