Skip to main content

create

Function create 

Source
pub fn create<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, Create<'info>>,
    fiber_index: u8,
    instruction: SerializableInstruction,
    priority_fee: u64,
    lookup_tables: Vec<Address>,
) -> Result<(), Error>