Skip to content

Instantly share code, notes, and snippets.

@1Firsts
Created February 2, 2022 03:23
Show Gist options
  • Save 1Firsts/d6f2cadb3c7b93020fe406a5607071e1 to your computer and use it in GitHub Desktop.
Save 1Firsts/d6f2cadb3c7b93020fe406a5607071e1 to your computer and use it in GitHub Desktop.
Package / Crate Solana
use solana_program::{
account_info::{next_account_info, AccountInfo},
entrypoint,
entrypoint::ProgramResult,
msg,
program_error::ProgramError,
pubkey::Pubkey,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment