cocktail/vodka_address
Functions
Obtain the payment key of an address, it can be either a script hash or a verification key
let payment_key_hash = address_payment_key(address);
Obtain the verification key of an address, None if it is a script address
expect Some(pub_key_hash) = address_pub_key(address);