pub fn mint(args: MintIxArgs) -> Result<Vec<Instruction>, MintError>Expand description
Returns a vector of instructions to fully mint an asset, including with extensions. The instructions are returned in the order they should be executed.
pub fn mint(args: MintIxArgs) -> Result<Vec<Instruction>, MintError>Returns a vector of instructions to fully mint an asset, including with extensions. The instructions are returned in the order they should be executed.