Type alias CreateMarketMakerAccountArgs
 
CreateMarketMakerAccountArgs: { dflow: Program<any>; encryptionPublicKey: Uint8Array; maxOrdersSupported: number; ownerAccount: PublicKey }
Type declaration
- 
dflow: Program<any>
 
- 
encryptionPublicKey: Uint8Array
 
- 
maxOrdersSupported: number
 
- 
ownerAccount: PublicKey