Enumeration EntryPointPayment

Enum representing the payment options for an entry point.

Enumeration Members

Enumeration Members

Caller: "Caller"

The caller must cover cost.

DirectInvocationOnly: "DirectInvocationOnly"

Will cover cost to execute self but not cost of any subsequent invoked contracts.

SelfOnward: "SelfOnward"

Will cover cost to execute self and the cost of any subsequent invoked contracts.

Generated using TypeDoc