Skip to content

Commit

Permalink
add meta_blob to BaseResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
khancode committed Jun 24, 2024
1 parent 31abffb commit 89794c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/xrpl/src/models/methods/baseMethod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export interface BaseResponse {
warnings?: ResponseWarning[]
forwarded?: boolean
api_version?: number
meta_blob?: string
}

/**
Expand Down

0 comments on commit 89794c6

Please sign in to comment.