Cargo Features

trezoa-system-interface has no features set by default.

[dependencies]
trezoa-system-interface = { version = "3.2.2", features = ["bincode", "frozen-abi", "serde"] }
bincode = serde

Enables trezoa-instruction

Affects instruction::create_account, instruction::create_account_with_seed, instruction::assign, instruction::assign_with_seed, instruction::transfer, instruction::transfer_with_seed, instruction::allocate, instruction::allocate_with_seed, instruction::transfer_many, instruction::create_nonce_account_with_seed, instruction::create_nonce_account, instruction::advance_nonce_account, instruction::withdraw_nonce_account, instruction::authorize_nonce_account, instruction::upgrade_nonce_account

frozen-abi = serde

Enables trezoa-frozen-abi, trezoa-frozen-abi-macro, and trezoa-logger, frozen-abi and std of trezoa-pubkey

serde bincode? frozen-abi?

Enables serde and serde_derive, serde of trezoa-pubkey