interface VtxoChain {
    chain: ChainTx[];
    page?: PageResponse;
}

Properties

Properties

chain: ChainTx[]