Skip to content

Commit

Permalink
Merge pull request #20 from coincord/Modified/Coincord-docs
Browse files Browse the repository at this point in the history
Cleanups
  • Loading branch information
Mozartted authored Aug 18, 2024
2 parents bd5326e + bcac3b0 commit 0b32c6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ type Event {
address: Address
address_id: String
amount: Float!
fee: Float!
app: App!
app_id: String!
app_wallet: AppWallet
Expand Down Expand Up @@ -381,6 +382,7 @@ type Transaction {
address: Address
address_id: String
amount: Float!
fee: Float!
created_at: String!
hash: String
id: String!
Expand Down
3 changes: 3 additions & 0 deletions lib/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ export const processTransaction = gql`
_processTransaction(hash_ref: $hash_ref) {
id
tx_hash
address {
address
}
reference
hash
amount
Expand Down

0 comments on commit 0b32c6a

Please sign in to comment.