Skip to content

OperatorApprovalsResult

type OperatorApprovalsResult = object;

Defined in: packages/synapse-core/dist/src/pay/operators.d.ts:7

isApproved: boolean;

Defined in: packages/synapse-core/dist/src/pay/operators.d.ts:8


lockupAllowance: bigint;

Defined in: packages/synapse-core/dist/src/pay/operators.d.ts:10


lockupUsed: bigint;

Defined in: packages/synapse-core/dist/src/pay/operators.d.ts:12


maxLockupPeriod: bigint;

Defined in: packages/synapse-core/dist/src/pay/operators.d.ts:13


rateAllowance: bigint;

Defined in: packages/synapse-core/dist/src/pay/operators.d.ts:9


rateUsed: bigint;

Defined in: packages/synapse-core/dist/src/pay/operators.d.ts:11