Optional
acceptOptional
body?: anyOptional
contentOptional
originOptional
overrides?: ClientConfig & FullNodeConfig & IndexerConfig & FaucetConfigOptional
params?: Record<string, string | AnyNumber | boolean | undefined>Optional
path?: stringthe url to make the request to, i.e https://fullnode.devnet.aptoslabs.com/v1
the request method "GET" | "POST"
(optional) - the endpoint to make the request to, i.e transactions
(optional) - the body of the request
(optional) - the content type to set the content-type
header to,
by default is set to application/json
(optional) - query params to add to the request
(optional) - the local method the request came from
(optional) - a ClientConfig
object type to override request data
Generated using TypeDoc
The API request type