marginpy.generated_client.instructions.utp_zo_settle_funds module

class UtpZoSettleFundsAccounts

Bases: TypedDict

header: HeaderNested
zo_program: PublicKey
state: PublicKey
state_signer: PublicKey
cache: PublicKey
margin: PublicKey
control: PublicKey
open_orders: PublicKey
dex_market: PublicKey
dex_program: PublicKey
class HeaderNested

Bases: TypedDict

marginfi_account: PublicKey
marginfi_group: PublicKey
signer: PublicKey
utp_authority: PublicKey
utp_zo_settle_funds(accounts: UtpZoSettleFundsAccounts, program_id: PublicKey = mf2tjVmwcxgNfscvVNdN9t2LZ8YwPkNQabeTzyYw2Hn, remaining_accounts: Optional[List[AccountMeta]] = None) TransactionInstruction