solana-program-library/token/program/src
Trent Nelson 00f28eeb0c token: Add InitializeAccount2 instruction
Passes the owner as instruction data rather than on the accounts list,
improving CPI ergonomics where the owner's `AccountInfo` isn't otherwise
required
2021-02-01 14:47:29 -07:00
..
entrypoint.rs Drop lifetimes 2020-11-01 20:48:15 -08:00
error.rs Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
instruction.rs token: Add InitializeAccount2 instruction 2021-02-01 14:47:29 -07:00
lib.rs Back to no-entrypoint feature name 2020-11-03 10:34:43 -08:00
native_mint.rs Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00
processor.rs token: Add InitializeAccount2 instruction 2021-02-01 14:47:29 -07:00
state.rs Port SPL to solana-program and `cargo build-bpf` 2020-10-24 19:21:38 -07:00