PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-baby/dist/src/lib
Просмотр файла: iface.d.ts
import { btcstakingtx, incentivetx } from '@babylonlabs-io/babylon-proto-ts';
export type BabylonSpecificMessageKind = 'CreateBtcDelegation' | 'WithdrawReward';
type WithKind<T, Kind extends BabylonSpecificMessageKind> = T & {
_kind: Kind;
};
export type CreateBtcDelegationMessage = WithKind<btcstakingtx.MsgCreateBTCDelegation, 'CreateBtcDelegation'>;
export type WithdrawRewardMessage = WithKind<incentivetx.MsgWithdrawReward, 'WithdrawReward'>;
export type BabylonSpecificMessages = CreateBtcDelegationMessage | WithdrawRewardMessage;
export {};
//# sourceMappingURL=iface.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!