Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.26 KB

SafeTransferSource.md

File metadata and controls

114 lines (61 loc) · 3.26 KB

SafeTransferSource

Properties

Name Type Description Notes
SourceType WalletSubtype
WalletId string The wallet ID.
Address string The wallet address.
Delegate CoboSafeDelegate

Methods

NewSafeTransferSource

func NewSafeTransferSource(sourceType WalletSubtype, walletId string, address string, delegate CoboSafeDelegate, ) *SafeTransferSource

NewSafeTransferSource instantiates a new SafeTransferSource 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

NewSafeTransferSourceWithDefaults

func NewSafeTransferSourceWithDefaults() *SafeTransferSource

NewSafeTransferSourceWithDefaults instantiates a new SafeTransferSource 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

GetSourceType

func (o *SafeTransferSource) GetSourceType() WalletSubtype

GetSourceType returns the SourceType field if non-nil, zero value otherwise.

GetSourceTypeOk

func (o *SafeTransferSource) GetSourceTypeOk() (*WalletSubtype, bool)

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

SetSourceType

func (o *SafeTransferSource) SetSourceType(v WalletSubtype)

SetSourceType sets SourceType field to given value.

GetWalletId

func (o *SafeTransferSource) GetWalletId() string

GetWalletId returns the WalletId field if non-nil, zero value otherwise.

GetWalletIdOk

func (o *SafeTransferSource) GetWalletIdOk() (*string, bool)

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

SetWalletId

func (o *SafeTransferSource) SetWalletId(v string)

SetWalletId sets WalletId field to given value.

GetAddress

func (o *SafeTransferSource) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *SafeTransferSource) GetAddressOk() (*string, bool)

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

SetAddress

func (o *SafeTransferSource) SetAddress(v string)

SetAddress sets Address field to given value.

GetDelegate

func (o *SafeTransferSource) GetDelegate() CoboSafeDelegate

GetDelegate returns the Delegate field if non-nil, zero value otherwise.

GetDelegateOk

func (o *SafeTransferSource) GetDelegateOk() (*CoboSafeDelegate, bool)

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

SetDelegate

func (o *SafeTransferSource) SetDelegate(v CoboSafeDelegate)

SetDelegate sets Delegate field to given value.

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