Tokens
fetch_token_by_type
fetch_token_by_type let search_options = TokenSearchOptions(
subscriptionId: "1",
ipAddress: nil,
endpointConfiguration: nil,
forceRefresh: false);
let result = kapeSdkManger.tokens().fetchTokenByType(
tokenType: TokenNames.subscriptionReceiptToken,
advancedSearchOptions: search_options)val searchOptions = AdvancedSearchOptions(
subscriptionId = "1",
ipAddress = null,
endpointConfiguration = null,
forceRefresh = false
)
val result = kapeSdkManager.tokens().fetchTokenByType(
tokenType = TokenNames.subscriptionReceiptToken,
advancedSearchOptions = searchOptions
)Parameter
Type
Description
enumerate_tokens
enumerate_tokensTokenSearchResult
Parameter
Type
Description
See the different token types to learn more about the available options:
Last updated