priority property

  1. @Int()
int priority
getter/setter pair

Account priority, which is used to control the order of matching incoming/outgoing requests. The higher the number means the higher the priority is, and the account will be matched first.

Implementation

@ffi.Int()
external int priority;