Type Alias: PhysicalSettlementConfig
type PhysicalSettlementConfig = object;
Defined in: solana-client/src/settlement-layer.ts:70
Decoded SolanaPhysicalLayer config account. Physical settlement is fully described by its exercise mode — everything else about the trade lives on the option itself.
Properties
exerciseMode
exerciseMode: ExerciseModeByte;
Defined in: solana-client/src/settlement-layer.ts:73
Whether exercise/redeem must consume the option in full or may be partial.
kind
kind: "physical";
Defined in: solana-client/src/settlement-layer.ts:71