Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jingweicb committed Sep 19, 2022
1 parent e9666a2 commit 26ff9dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@
}
},
"ConstructionPreprocessRequest": {
"description":"ConstructionPreprocessRequest is passed to the `/construction/preprocess` endpoint so that a Rosetta implementation can determine which metadata it needs to request for construction. Metadata provided in this object should NEVER be a product of live data (i.e. the caller must follow some network-specific data fetching strategy outside of the Construction API to populate required Metadata). If live data is required for construction, it MUST be fetched in the call to `/construction/metadata`. In the case that the caller provides both a max fee and a suggested fee multiplier, the max fee will set an upper bound on the suggested fee (regardless of the multiplier provided).",
"description":"ConstructionPreprocessRequest is passed to the `/construction/preprocess` endpoint so that a Rosetta implementation can determine which metadata it needs to request for construction. Metadata provided in this object should NEVER be a product of live data (i.e. the caller must follow some network-specific data fetching strategy outside of the Construction API to populate required Metadata). If live data is required for construction, it MUST be fetched in the call to `/construction/metadata`.",
"type":"object",
"required": [
"network_identifier",
Expand Down
5 changes: 0 additions & 5 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1203,11 +1203,6 @@ components:
data fetching strategy outside of the Construction API to populate
required Metadata). If live data is required for construction, it MUST
be fetched in the call to `/construction/metadata`.
In the case that the caller provides both a max fee
and a suggested fee multiplier, the max fee will set an
upper bound on the suggested fee (regardless of the
multiplier provided).
type: object
required:
- network_identifier
Expand Down

0 comments on commit 26ff9dd

Please sign in to comment.