Function cryptoapis::apis::transactions_api::create_tokens_transaction_request_from_address[][src]

pub async fn create_tokens_transaction_request_from_address(
    configuration: &Configuration,
    address: &str,
    blockchain: &str,
    network: &str,
    wallet_id: &str,
    context: Option<&str>,
    create_tokens_transaction_request_from_address_rb: Option<CreateTokensTransactionRequestFromAddressRb>
) -> Result<CreateTokensTransactionRequestFromAddressR, Error<CreateTokensTransactionRequestFromAddressError>>
Expand description

Through this endpoint users can make a single token transaction. {warning}This applies only to fungible tokens, not NFTs (non-fungible tokens).{/warning}