pub fn create_spawn_note( sender_id: AccountId, output_notes: Vec<&Note>, ) -> Result<Note>
Creates a SPAWN note.
SPAWN
A SPAWN note contains a note script that creates all output_notes that get passed as a parameter.
output_notes