Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.77 KB

PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIBSD2VoutInner.md

File metadata and controls

30 lines (22 loc) · 1.77 KB

PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIBSD2VoutInner

Properties

Name Type Description Notes
address str Representation of the address
satoshis int Representation of the satoshis value
script str Representation of the script

Example

from cryptoapis.models.prepare_autxo_based_transaction_from_hd_wallet_x_pub_y_pub_z_pub_ribsd2_vout_inner import PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIBSD2VoutInner

# TODO update the JSON string below
json = "{}"
# create an instance of PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIBSD2VoutInner from a JSON string
prepare_autxo_based_transaction_from_hd_wallet_x_pub_y_pub_z_pub_ribsd2_vout_inner_instance = PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIBSD2VoutInner.from_json(json)
# print the JSON string representation of the object
print PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIBSD2VoutInner.to_json()

# convert the object into a dict
prepare_autxo_based_transaction_from_hd_wallet_x_pub_y_pub_z_pub_ribsd2_vout_inner_dict = prepare_autxo_based_transaction_from_hd_wallet_x_pub_y_pub_z_pub_ribsd2_vout_inner_instance.to_dict()
# create an instance of PrepareAUTXOBasedTransactionFromHDWalletXPubYPubZPubRIBSD2VoutInner from a dict
prepare_autxo_based_transaction_from_hd_wallet_x_pub_y_pub_z_pub_ribsd2_vout_inner_form_dict = prepare_autxo_based_transaction_from_hd_wallet_x_pub_y_pub_z_pub_ribsd2_vout_inner.from_dict(prepare_autxo_based_transaction_from_hd_wallet_x_pub_y_pub_z_pub_ribsd2_vout_inner_dict)

[Back to Model list] [Back to API list] [Back to README]