mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 12:31:22 +00:00
transaction::Builder::add_transparent_output()
This commit is contained in:
@@ -107,8 +107,8 @@ impl TxIn {
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct TxOut {
|
||||
value: Amount,
|
||||
script_pubkey: Script,
|
||||
pub value: Amount,
|
||||
pub script_pubkey: Script,
|
||||
}
|
||||
|
||||
impl TxOut {
|
||||
|
Reference in New Issue
Block a user