SettlementResult
Defined in: packages/synapse-sdk/src/types.ts:258
Settlement result from settling a payment rail
Properties
Section titled “Properties”finalSettledEpoch
Section titled “finalSettledEpoch”finalSettledEpoch: bigint;
Defined in: packages/synapse-sdk/src/types.ts:268
Final epoch that was settled
note: string;
Defined in: packages/synapse-sdk/src/types.ts:270
Note about the settlement
totalNetPayeeAmount
Section titled “totalNetPayeeAmount”totalNetPayeeAmount: bigint;
Defined in: packages/synapse-sdk/src/types.ts:262
Net amount sent to payee after commission
totalNetworkFee
Section titled “totalNetworkFee”totalNetworkFee: bigint;
Defined in: packages/synapse-sdk/src/types.ts:266
Payments contract network fee
totalOperatorCommission
Section titled “totalOperatorCommission”totalOperatorCommission: bigint;
Defined in: packages/synapse-sdk/src/types.ts:264
Commission amount for operator
totalSettledAmount
Section titled “totalSettledAmount”totalSettledAmount: bigint;
Defined in: packages/synapse-sdk/src/types.ts:260
Total amount that was settled