import { ABIDataTypes } from '@btc-vision/transaction';
export interface BitcoinAbiValue {
    name: string;
    type: ABIDataTypes;
}
