pub trait AssetLockValueGettersV0 {
// Required methods
fn initial_credit_value(&self) -> Credits;
fn tx_out_script(&self) -> &Vec<u8> ⓘ;
fn tx_out_script_owned(self) -> Vec<u8> ⓘ;
fn remaining_credit_value(&self) -> Credits;
fn used_tags_ref(&self) -> &Vec<Bytes32>;
}