Comment on page
Platform
Instructions for the ferum::platform module
Registers a protocol to place orders on behalf of users. Returns a
ProtocolCapability
which should be stored in a top level struct owned by the protocol. See Taking Actions on Behalf of Users for more details.owner: &signer
Signer for the protocol that is registering.
Returns an
AccountIdentifier
object, which is passed into methods to perform actions on behalf of users. See Taking Actions on Behalf of Users for more details.user: &signer
Signer for the user the protocol is placing an order on behalf of.
AccountIdentifier
Object representing a user.
Last modified 9mo ago