diff --git a/README.md b/README.md index 20ba806..35d53d7 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ type Event { address: Address address_id: String amount: Float! + fee: Float! app: App! app_id: String! app_wallet: AppWallet @@ -381,6 +382,7 @@ type Transaction { address: Address address_id: String amount: Float! + fee: Float! created_at: String! hash: String id: String! diff --git a/lib/queries.ts b/lib/queries.ts index 60d61eb..5d7fc71 100644 --- a/lib/queries.ts +++ b/lib/queries.ts @@ -222,6 +222,9 @@ export const processTransaction = gql` _processTransaction(hash_ref: $hash_ref) { id tx_hash + address { + address + } reference hash amount