interface IAbiHash {
    hash: string;
    owner: string;
}

Properties

Properties

hash: string
owner: string