Appearance
Documentation / server-auth / WalletApiRequestSignatureInput
Type alias: WalletApiRequestSignatureInput
WalletApiRequestSignatureInput:
Object
Type declaration
body
body:
any
Request body.
headers
headers:
Object
Privy-specific headers.
headers.privy-app-id
headers.privy-app-id:
string
headers.privy-idempotency-key?
headers.privy-idempotency-key?:
string
method
method:
"POST"
|"PUT"
|"PATCH"
|"DELETE"
Request method. Signatures are not required on 'GET' requests.
url
url:
string
URL for the request. Should not contain a trailing slash.
version
version:
1
Signature version. 1 is currently the only valid version.