GenerationNotAllowedRejection
Rejection returned if a transaction statement can’t be generated for this transaction.
type GenerationNotAllowedRejection implements Rejection {
message: String!
}
Rejection returned if a transaction statement can’t be generated for this transaction.
type GenerationNotAllowedRejection implements Rejection {
message: String!
}
GenerationNotAllowedRejection.message
● String!
non-null scalarRejection
interface