amount Liquidity In amount Liquidity In : UInt64 = UInt64
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).amountLiquidityIn
amount Token0 Out amount Token0 Out : UInt64 = UInt64
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).amountToken0Out
amount Token1 Out amount Token1 Out : UInt64 = UInt64
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).amountToken1Out
sender sender : PublicKey = PublicKey
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).sender
Static_is Struct _is Struct
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
})._isStruct
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:104 Staticcheck check : ( ( value : { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } ) => void )
Type declaration ( value ) : void Parameters value : { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } amount Liquidity In : UInt64 amount Token0 Out : UInt64 amount Token1 Out : UInt64 sender : PublicKey Returns void Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).check
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/provable-intf.d.ts:60 Staticempty empty : ( ( ) => { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } )
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).empty
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:113 Staticfrom Fields from Fields : ( ( fields : Field [] ) => { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } )
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).fromFields
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/provable-intf.d.ts:95 StaticfromJSON fromJSON : ( ( x : { amountLiquidityIn : string ; amountToken0Out : string ; amountToken1Out : string ; sender : string ; } ) => { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } )
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).fromJSON
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:112 Staticfrom Value from Value : ( ( x : { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } | { amountLiquidityIn : bigint ; amountToken0Out : bigint ; amountToken1Out : bigint ; sender : { isOdd : boolean ; x : bigint ; } ; } ) => { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } ) & ( ( value : { amountLiquidityIn : number | bigint | UInt64 ; amountToken0Out : number | bigint | UInt64 ; amountToken1Out : number | bigint | UInt64 ; sender : PublicKey | { isOdd : boolean | Bool ; x : bigint | Field ; } ; } ) => { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } )
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).fromValue
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/provable-intf.d.ts:68 Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:106 Staticto Auxiliary to Auxiliary : ( ( value ?: { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } ) => any [] )
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).toAuxiliary
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/provable-intf.d.ts:34 Static Optionalto Canonical to Canonical ?: ( ( x : { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } ) => { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } )
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).toCanonical
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/provable-intf.d.ts:85 Staticto Fields to Fields : ( ( value : { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } ) => Field [] )
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).toFields
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/provable-intf.d.ts:24 Staticto Input to Input : ( ( x : { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } ) => { fields ?: Field [] ; packed ?: [ Field , number ] [] ; } )
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).toInput
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:107 StatictoJSON toJSON : ( ( x : { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } ) => { amountLiquidityIn : string ; amountToken0Out : string ; amountToken1Out : string ; sender : string ; } )
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).toJSON
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:111 Staticto Value to Value : ( ( x : { amountLiquidityIn : UInt64 ; amountToken0Out : UInt64 ; amountToken1Out : UInt64 ; sender : PublicKey ; } ) => { amountLiquidityIn : bigint ; amountToken0Out : bigint ; amountToken1Out : bigint ; sender : { isOdd : boolean ; x : bigint ; } ; } )
Inherited from Struct({
sender: PublicKey,
amountLiquidityIn: UInt64,
amountToken0Out: UInt64,
amountToken1Out: UInt64
}).toValue
Defined in node_modules/.pnpm/o1js@2.4.0/node_modules/o1js/dist/node/lib/provable/types/provable-intf.d.ts:64
Event emitted when an user withdraw liquidity