Type Alias AbiResponse

AbiResponse: {
    abi: string;
    abi_hash: string;
    account_name: string;
    code_hash: string;
}