interface ApprovedExecutionHashes {
    hashes: SimpleMap<bigint, string>;
}

Properties

Properties

hashes: SimpleMap<bigint, string>