Type alias GetAssetProofRpcResponse

GetAssetProofRpcResponse: {
    root: string;
    proof: string[];
    node_index: number;
    leaf: string;
    tree_id: string;
}

Type declaration

  • root: string
  • proof: string[]
  • node_index: number
  • leaf: string
  • tree_id: string

Generated using TypeDoc