Skip to main content
Defined in: server-extensions.ts:206 Creates a batch-settlement scheme registration for the given EVM receiver address. Unlike exact and upto, the batch-settlement scheme requires a receiver address at construction time (the scheme maintains per-channel state keyed to the receiver). Call this after the receiver wallet has been provisioned and pass the result to resourceServer.register().

Parameters

evmAddress

`0x${string}` EVM address of the payment receiver.

Returns

CdpSchemeRegistration A scheme+network registration for batch-settlement on all EVM networks.