Skip to content

Instantly share code, notes, and snippets.

@1Firsts
Created February 2, 2022 02:48
Show Gist options
  • Save 1Firsts/b8d89a4e4d3a3ca0f2514f47d7911337 to your computer and use it in GitHub Desktop.
Save 1Firsts/b8d89a4e4d3a3ca0f2514f47d7911337 to your computer and use it in GitHub Desktop.
Structure Campaign Account
pub struct CampaignAccount {
pub campaign_owner: PubKey,
pub campaign_amounts: u64,
pub campaign_descriptions: String,
pub campaign_fulfilled: u64,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment