interface QueryStaticCallRequestAmino {
    data?: string;
    to?: string;
}

Properties

Properties

data?: string
to?: string