ProofOp defines an operation used for calculating Merkle root The data could be arbitrary format, providing nessecary data for example neighbouring node hash

interface ProofOpAmino {
    data?: string;
    key?: string;
    type?: string;
}

Properties

Properties

data?: string
key?: string
type?: string