Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.99 KB

acs12.rst

File metadata and controls

45 lines (30 loc) · 1.99 KB

ACS12 - User Contract Standard

ACS12 is used to manage user contract.

Types

acs12.UserContractMethodFees

Field Type Label Description
fees acs12.UserContractMethodFee repeated List of fees to be charged.
is_size_fee_free bool   Optional based on the implementation of SetConfiguration method.

acs12.UserContractMethodFee

Field Type Label Description
symbol string   The token symbol of the method fee.
basic_fee int64   The amount of fees to be charged.