Preparing search index...
The search index is not available
Documentation
Documentation
@near-js/types
provider/light_client
LightClientProofRequest
Interface LightClientProofRequest
interface
LightClientProofRequest
{
light_client_head
:
string
;
receipt_id
?:
string
;
receiver_id
?:
string
;
sender_id
?:
string
;
transaction_hash
?:
string
;
type
:
IdType
;
}
Index
Properties
light_
client_
head
receipt_
id?
receiver_
id?
sender_
id?
transaction_
hash?
type
Properties
light_
client_
head
light_
client_
head
:
string
Optional
receipt_
id
receipt_
id
?:
string
Optional
receiver_
id
receiver_
id
?:
string
Optional
sender_
id
sender_
id
?:
string
Optional
transaction_
hash
transaction_
hash
?:
string
type
type
:
IdType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
light_
client_
head
receipt_
id
receiver_
id
sender_
id
transaction_
hash
type
Documentation
Loading...