pub fn init_pool(
program_id: &Pubkey,
pool: &Pubkey,
authority: &Pubkey,
decider: &Pubkey,
deposit_token_mint: &Pubkey,
deposit_account: &Pubkey,
token_pass_mint: &Pubkey,
token_fail_mint: &Pubkey,
token_program_id: &Pubkey,
init_args: InitArgs,
) -> Result<Instruction, ProgramError>
Expand description
Create InitPool
instruction