pub fn csv_script(sequence: u32, pubkey_hash: &[u8; 20]) -> Vec<u8> ⓘExpand description
Build a CSV (CheckSequenceVerify, BIP-112) relative timelock script.
Script: <sequence> OP_CSV OP_DROP <pubkey_hash> OP_CHECKSIG
The output can only be spent after a relative delay from confirmation.
§Arguments
sequence— Relative lock value (blocks or 512-second intervals)pubkey_hash— 20-byte HASH160 of the recipient’s public key