interface AccessTupleAmino {
    address?: string;
    storage_keys: string[];
}

Properties

address?: string
storage_keys: string[]