pub fn create_registry(
owner_address: &Pubkey,
proof_location: ProofLocation<'_, PubkeyValidityProofData>,
) -> Result<Vec<Instruction>, ProgramError>
Expand description
Create a RegistryInstruction::CreateRegistry
instruction
pub fn create_registry(
owner_address: &Pubkey,
proof_location: ProofLocation<'_, PubkeyValidityProofData>,
) -> Result<Vec<Instruction>, ProgramError>
Create a RegistryInstruction::CreateRegistry
instruction