Type alias CollateralInput

CollateralInput: {
    address: ShelleyAddress;
    amount: BigNumber;
    index: number;
    txId: string;
}

Type declaration