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. |
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
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
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) GetAsm() string
GetAsm returns the Asm field if non-nil, zero value otherwise.
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.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) SetAsm(v string)
SetAsm sets Asm field to given value.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) GetHex() string
GetHex returns the Hex field if non-nil, zero value otherwise.
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.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) SetHex(v string)
SetHex sets Hex field to given value.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *GetWalletTransactionDetailsByTransactionIDRIBSBCVinInnerScriptSig) SetType(v string)
SetType sets Type field to given value.