export interface AbiResponse{   
    account_name:string,
    code_hash: string,
    abi_hash: string,
    abi: string     
}