pub fn transfer_with_schedule_and_memo(
    num_sigs: u32,
    sender: AccountAddress,
    nonce: Nonce,
    expiry: TransactionTime,
    receiver: AccountAddress,
    schedule: Vec<(Timestamp, Amount)>,
    memo: Memo
) -> PreAccountTransaction
Expand description

Construct a transfer with schedule and memo transaction, sending to the given account.