BlockfrostToCore: {
    addressUtxoContent: ((address: string, utxo: {}, txOutFromCbor?: TxOut) => Utxo);
    blockToTip: ((block: {}) => PartialBlockHeader);
    hydratedTxIn: ((blockfrost: BlockfrostInput) => HydratedTxIn);
    inputFromUtxo: ((address: string, utxo: {}) => BlockfrostInput);
    inputs: ((inputs: {}[]) => TxIn[]);
    outputFromUtxo: ((address: string, utxo: {}) => {});
    outputs: ((outputs: {}[]) => TxOut[]);
    protocolParameters: ((blockfrost: {}) => ProtocolParameters);
    txOut: ((blockfrost: {}, txOutFromCbor?: TxOut) => TxOut);
} = ...

Type declaration

Generated using TypeDoc