BlockchainCost
Represents the cost of performing an action on a specific blockchain
type BlockchainCost {
blockchain: Blockchain!
credits: Int
}
Fields
BlockchainCost.blockchain
● Blockchain!
non-null enum
enum that represents the blockchain on which the action is being performed.
BlockchainCost.credits
● Int
scalar
represents the cost in credits for performing the action on the blockchain. If nil then the action is not supported on the blockchain.
Member of
ActionCost
object