Type alias WalletUtxo

WalletUtxo: {
    privkey: Uint8Array;
    utxo: Utxo;
}

Type declaration