get_global_properties
function, and then calculate your total costs given how many times you'll need to run each operation.get_global_properties
function. Copy the whole list of operation IDs/fees from the return.get_global_properties
function are in Satoshi. That is to say, to convert this number to nominal units, a decimal point is added 5 places from the right."fee": 1000
is really 0.01 PPY."premium_fee": 250000
is really 2.5 PPY."membership_lifetime_fee": 500000
is really 5 PPY.global_property_object
is returned:get_global_properties
and the list of operation ID's you find the following transaction fees:custom_account_authority_create_operation
-> Fee = 1PPY & Kb of Data = 1PPYnft_metadata_create_operation
-> Fee = 1PPY & Kb of Data = 1PPYnft_mint_operation
-> Fee = 1PPY & Kb of Data = 1PPYRemember the 5 "P's"... Proper planning prevents poor performance!