/AWS1/CL_BDCEMBEDDEDCRYPTOWLLT¶
Embedded crypto wallet instrument details.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_network TYPE /AWS1/BDCCRYPTOWALLETNETWORK /AWS1/BDCCRYPTOWALLETNETWORK¶
The blockchain network for this embedded crypto wallet. Supported networks: ETHEREUM, SOLANA.
it_linkedaccounts TYPE /AWS1/CL_BDCLINKEDACCOUNT=>TT_LINKEDACCOUNTLIST TT_LINKEDACCOUNTLIST¶
List of linked accounts linked to this wallet. Each represents a way the end user can authenticate to this wallet.
Optional arguments:¶
iv_walletaddress TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The wallet address on the specified blockchain network.
iv_redirecturl TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
URL for the end user to complete a provider-specific action such as wallet linking or onboarding.
Queryable Attributes¶
network¶
The blockchain network for this embedded crypto wallet. Supported networks: ETHEREUM, SOLANA.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORK() |
Getter for NETWORK, with configurable default |
ASK_NETWORK() |
Getter for NETWORK w/ exceptions if field has no value |
HAS_NETWORK() |
Determine if NETWORK has a value |
linkedAccounts¶
List of linked accounts linked to this wallet. Each represents a way the end user can authenticate to this wallet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINKEDACCOUNTS() |
Getter for LINKEDACCOUNTS, with configurable default |
ASK_LINKEDACCOUNTS() |
Getter for LINKEDACCOUNTS w/ exceptions if field has no valu |
HAS_LINKEDACCOUNTS() |
Determine if LINKEDACCOUNTS has a value |
walletAddress¶
The wallet address on the specified blockchain network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WALLETADDRESS() |
Getter for WALLETADDRESS, with configurable default |
ASK_WALLETADDRESS() |
Getter for WALLETADDRESS w/ exceptions if field has no value |
HAS_WALLETADDRESS() |
Determine if WALLETADDRESS has a value |
redirectUrl¶
URL for the end user to complete a provider-specific action such as wallet linking or onboarding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDIRECTURL() |
Getter for REDIRECTURL, with configurable default |
ASK_REDIRECTURL() |
Getter for REDIRECTURL w/ exceptions if field has no value |
HAS_REDIRECTURL() |
Determine if REDIRECTURL has a value |