marginpy.generated_client.instructions.utp_zo_create_perp_open_orders module
- class UtpZoCreatePerpOpenOrdersAccounts
Bases:
TypedDict
- header: HeaderNested
- zo_program: PublicKey
- state: PublicKey
- state_signer: PublicKey
- margin: PublicKey
- control: PublicKey
- open_orders: PublicKey
- dex_market: PublicKey
- dex_program: PublicKey
- rent: PublicKey
- system_program: PublicKey
- class HeaderNested
Bases:
TypedDict
- marginfi_account: PublicKey
- marginfi_group: PublicKey
- signer: PublicKey
- utp_authority: PublicKey
- utp_zo_create_perp_open_orders(accounts: UtpZoCreatePerpOpenOrdersAccounts, program_id: PublicKey = mf2tjVmwcxgNfscvVNdN9t2LZ8YwPkNQabeTzyYw2Hn, remaining_accounts: Optional[List[AccountMeta]] = None) TransactionInstruction