export type GetAddressAndPubKeyResponse = { bech32_address: string; compressed_pk: any; error_message: string; return_code: number; }; export type Signature = { pub_key: { type: string; value: string; }; sequence: string; signature: string; }; export declare enum ErrorCode { NoError = 36864 } export declare enum MemoType { BOND = "BOND", DEPOSIT = "+", LEAVE = "LEAVE", THORNAME_REGISTER = "~", UNBOND = "UNBOND", WITHDRAW = "-", OPEN_LOAN = "$+", CLOSE_LOAN = "$-" } //# sourceMappingURL=thorchain.d.ts.map