pub async fn create_transfer_schedule(
configuration: &Configuration,
dest_account_digital_signature: &str,
amount_digital_signature: &str,
body: TransferScheduleRequest,
) -> Result<TransferSchedule, Error<CreateTransferScheduleError>>Expand description
Create a transfer schedule request from a Seller Wallet account to another customer-provided account.