create_spawn_note

Function create_spawn_note 

Source
pub fn create_spawn_note(
    sender_id: AccountId,
    output_notes: Vec<&Note>,
) -> Result<Note>
Expand description

Creates a SPAWN note.

A SPAWN note contains a note script that creates all output_notes that get passed as a parameter.