interface LightClientProofRequest {
    light_client_head: string;
    receipt_id?: string;
    receiver_id?: string;
    sender_id?: string;
    transaction_hash?: string;
    type: IdType;
}

Properties

light_client_head: string
receipt_id?: string
receiver_id?: string
sender_id?: string
transaction_hash?: string
type: IdType