ActionCost
Represents the cost of performing a certain action on different blockchains
type ActionCost {
action: Action!
blockchains: [BlockchainCost!]!
}
Fields
ActionCost.action
● Action!
non-null enum
enum that represents the type of action being performed.
ActionCost.blockchains
● [BlockchainCost!]!
non-null object
a vector of BlockchainCost structs that represents the cost of performing the action on each blockchain.
Returned by
creditSheet
query