Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.52 KB

GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig.md

File metadata and controls

93 lines (50 loc) · 3.52 KB

GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig

Properties

Name Type Description Notes
Asm string The asm strands for assembly, which is the symbolic representation of the Bitcoin's Script language op-codes.
Hex string Represents the hex of the public key of the address.
Type string Represents the script type of the reference transaction identifier.

Methods

NewGetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig

func NewGetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig(asm string, hex string, type_ string, ) *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig

NewGetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig instantiates a new GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewGetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSigWithDefaults

func NewGetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSigWithDefaults() *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig

NewGetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSigWithDefaults instantiates a new GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetAsm

func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) GetAsm() string

GetAsm returns the Asm field if non-nil, zero value otherwise.

GetAsmOk

func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) GetAsmOk() (*string, bool)

GetAsmOk returns a tuple with the Asm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAsm

func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) SetAsm(v string)

SetAsm sets Asm field to given value.

GetHex

func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) GetHex() string

GetHex returns the Hex field if non-nil, zero value otherwise.

GetHexOk

func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) GetHexOk() (*string, bool)

GetHexOk returns a tuple with the Hex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHex

func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) SetHex(v string)

SetHex sets Hex field to given value.

GetType

func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) SetType(v string)

SetType sets Type field to given value.

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