dummy-anchor-serialize 0.1.0

A dummy crate containing a struct which can be used in a Solana account
Documentation
1
2
3
4
5
6
7
use anchor_lang::prelude::*;

#[derive(AnchorDeserialize, AnchorSerialize)]
pub struct Dummy {
    pub foo: u64,
    pub bar: u64,
}